home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- :doscreen
-
- cls
-
-
- echo ╔═══════════════════════════════════════════════════╗
- echo ║ The ImagiNation Network ║
- echo ╟───────────────────────────────────────────────────╢
- echo ║ CD-ROM Version ║
- echo ╟───────────────────────────────────────────────────╢
- echo ║ ║
- echo ║ Here is your passport to the world of ║
- echo ║ ImagiNation -- the most fun you can have with ║
- echo ║ your modem! ║
- echo ║ ║
- echo ║ Test your skill with flight and sports ║
- echo ║ simulators, try your luck at popular casino ║
- echo ║ games, or challenge your mind with classic card ║
- echo ║ and board games. The fun is just a modem dial ║
- echo ║ away... ║
- echo ║ ║
- echo ║ ║
- echo ║ Press 1 - to install ImagiNation ║
- echo ║ ║
- echo ║ Press 2 - exit to DOS ║
- echo ║ ║
- echo ║ ║
- echo ╚═══════════════════════════════════════════════════╝
-
-
- what CE 12
-
- if "%what%" == "1" goto install_INN
-
- if "%what%" == "2" goto drop2dos
- if "%what%" == "" goto drop2dos
-
- goto doscreen
-
- :install_INN
- cd inn
- install
-
- :drop2dos
- cls
-